AdBreak

interface AdBreak : AdConfig

Contains information about an ad break.

Properties

ads
Link copied to clipboard
abstract val ads: List<Ad>
The ads scheduled for this AdBreak.
id
Link copied to clipboard
abstract val id: String
The id of the corresponding AdBreakConfig.
scheduleTime
Link copied to clipboard
abstract val scheduleTime: Double
The time in seconds in the media timeline the AdBreak is scheduled for.

Inherited properties

replaceContentDuration
Link copied to clipboard
abstract val replaceContentDuration: Double?
Returns how many seconds of the main video content should be replaced by ad break(s).

Inheritors

ImaAdBreak
Link copied to clipboard